◄Compiler Directives► ◄Contents► ◄Index► ◄Back► {$IFDEF <symbol>} Description Begins compilation of code, where <symbol> is defined. Compilation continues until terminated by {$ENDIF}. You can nest {$IFDEF <symbol>} {$ENDIF} pairs 16 levels deep. See also: {$DEFINE}, {$ELSE}, {$ENDIF}, {$IFNDEF}, {$UNDEF}